home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-02
/
p2c4os2.zip
/
DISTRIB
/
HP
/
IMPORT
/
GENERAL0.IMP
< prev
next >
Wrap
Text File
|
1992-08-03
|
965b
|
31 lines
{IncludeFrom=general_0 <general0.h>}
{*VarStrings=0} {*ExportSymbol=P_%s} {*Export_Symbol=%s}
MODULE GENERAL_0;
IMPORT iodeclarations;
EXPORT
VAR
kbd_crt_drivers : drv_table_type;
dummy_drivers : drv_table_type;
FUNCTION ioread_word ( select_code: type_isc ; register : io_word ): io_word ;
PROCEDURE iowrite_word( select_code: type_isc ; register : io_word ;
value : io_word);
FUNCTION ioread_byte ( select_code: type_isc ; register : io_word ): io_byte ;
PROCEDURE iowrite_byte( select_code: type_isc ; register : io_word ;
value : io_byte);
FUNCTION iostatus ( select_code: type_isc ; register : io_word ): io_word ;
PROCEDURE iocontrol ( select_code: type_isc ; register : io_word ;
value : io_word);
PROCEDURE kernel_initialize;
PROCEDURE io_system_reset;
end.